net/http.http2serverConn.state (method)
5 uses
	net/http (current package)
		h2_bundle.go#L4543: func (sc *http2serverConn) state(streamID uint32) (http2streamState, *http2stream) {
		h2_bundle.go#L5055: 		if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
		h2_bundle.go#L5452: 		state, st := sc.state(f.StreamID)
		h2_bundle.go#L5483: 	state, st := sc.state(f.StreamID)
		h2_bundle.go#L5639: 	state, st := sc.state(id)
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |